func runtime.lockWithRank
13 uses
runtime (current package)
lock_futex.go#L48: lockWithRank(l, getLockRank(l))
lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
rwmutex.go#L42: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L70: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L84: lockWithRank(&rw.wLock, lockRankRwmutexW)
rwmutex.go#L89: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L111: lockWithRank(&rw.rLock, lockRankRwmutexR)
sema.go#L148: lockWithRank(&root.lock, lockRankRoot)
sema.go#L187: lockWithRank(&root.lock, lockRankRoot)
sema.go#L503: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L546: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L577: lockWithRank(&l.lock, lockRankNotifyList)
stack.go#L825: lockWithRank(&sg.c.lock, lockRankHchanLeaf)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |